home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gtgap151.zip / SAMPLE.BAT < prev   
DOS Batch File  |  1989-10-08  |  2KB  |  64 lines

  1. echo off
  2. d:
  3. cd\door
  4. gtgap 14         <-- use this to write your PCBoard 14 files in the current dir
  5. door door.cfg    <-- then invoke your door.
  6. cd\gt
  7.  
  8. ------------------
  9. Same goes for a GAP door or anything else.
  10.  
  11. echo off
  12. d:
  13. cd\door
  14. gtgap GAP        <-- this writes the GAP files in the current dir
  15. door door.cfg
  16. cd\gt
  17.  
  18. --------------
  19. For running WWIV in a door
  20.  
  21. echo off
  22. d:
  23. cd\wwiv
  24. gtgap WWIVGATE   <-- this writes a batch file (GT-WWIV.BAT)
  25. GT-WWIV.BAT      <-- then run it!
  26.  
  27. ---------------
  28. For QuickBBS in a door
  29.  
  30. echo off
  31. d:
  32. cd\qbbs
  33. gtgap QBBSGATE  <- this writes the needed batch file
  34. GT-QBBS.BAT     <- then run it.  Be sure to do a errorlevel 10 exit to
  35.                    return to GT.
  36.  
  37. For PCBoard 12, I consider you have a "12" directory off of your doors
  38. directory. I will use these for example: C:\DOOR, C:\DOOR\12, C:\DOOR\WIZARD
  39.  
  40. We will run the door itself in C:\DOOR\WIZARD.  The other two are our work
  41. areas
  42.  
  43. echo off
  44. c:
  45. cd\door
  46. gtgap 14                      - this writes the PCB 14 files in C:\DOOR
  47. cd \door\12                   - change to your 12 dir.
  48. crutch c:\door\pcboard.sys    - Make CRUTCH input the GTGAP's PCB files, and
  49.                                 convert it to PCBOARD.SYS v12 format
  50. cd\door\wizard                - change to your door dir
  51. wizard wizard.cfg             - run your door
  52. cd\gt
  53.  
  54. Just be sure that your PCBoard v12 door points to the PCBOARD.SYS file
  55. IN the C:\DOOR\12 directory.  It will probably be in the door's .cfg file.
  56. Like:
  57. C:\DOOR\12\PCBOARD.SYS
  58.  
  59. You will also have that PCBOARD.DAT file that was included (as PCB12.DAT) in
  60. the C:\DOOR\12 directory
  61.  
  62. Good luck!
  63.  
  64.